-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor & Bug Fixes #38
Conversation
Codecov Report
@@ Coverage Diff @@
## master #38 +/- ##
==========================================
- Coverage 80.42% 72.82% -7.61%
==========================================
Files 9 9
Lines 746 861 +115
==========================================
+ Hits 600 627 +27
- Misses 100 176 +76
- Partials 46 58 +12
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great updates, cache all the things!!
Load tests seem good: Test A (Extreme Scale), 500 TargetGroups3 concurrent terminations:Time To Process: avg. 15 minutes 16 concurrent terminations:Time To Process: avg. 50 minutes Test B (Average Scale), 250 TargetGroups19 concurrent terminations:Time To Process: avg. 30 minutes Test C (Low Scale), 50 TargetGroups19 concurrent terminations:Time To Process: avg. 10 minutes |
Fixes #37, #34
Contributes to #35
This PR adds/modifies the following:
event.eventCompleted
to drop goroutines when an instance is abandoned (Abandoned instances don't drop active goroutines #34)